Skip to content

Conversation

fionnachan
Copy link
Member

@fionnachan fionnachan commented May 22, 2025

🔪

Closes FS-1252

@cla-bot cla-bot bot added the cla-signed label May 22, 2025
Copy link

vercel bot commented May 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arbitrum-token-bridge ✅ Ready (Inspect) Visit Preview May 23, 2025 5:54pm

Comment on lines 77 to 85
const isActive = useMemo(() => {
if (!bridgeTokens) {
return false
}
return Object.keys(bridgeTokens).some(address => {
const token = bridgeTokens[address]
return token?.listIds.has(tokenList?.id)
})
}, [bridgeTokens])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be nice to refactor that a bitt, but maybe that's out of scope of that PR.

@fionnachan fionnachan marked this pull request as ready for review May 23, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants